home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACup 1998 March
/
Image.iso
/
showdata
/
SHOWINHA.Dxr
/
00004_wait 180.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-31
|
166 b
|
11 lines
on exitFrame
set waiter to the timer + 180
repeat while (the timer < waiter) and not (the mouseDown)
nothing()
end repeat
end
on mouseDown
KlickIt()
end